
/* CSS Document */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, span, img, form, b, ul, li{ margin: 0; padding: 0; } 
body{ 
	font: normal 12px/1.5 '微软雅黑'; 
	background: #ffffff; 
}
a{ text-decoration: none; border: none; }
a:focus{ -moz-outline-style: none; outline: none; }
ul li{ list-style: none; }
input{ outline: 0; border: none;}
img{ border: none; }
/*IE7下去除点击虚框*/
a { blr: expression(this.onFocus=this.close()); blr: expression(this.onFocus=this.blur()); }

h2, h3, h4, p, span, i, a, b, th, td, strong,li{ font-family: 'Microsoft YaHei'; }
b, strong {/* font-weight: normal; */}

